nbjscombineshrink


A netbeans plugin to combine and shrink multiple JavaScript files.

More js/css files in web apps especialy ajax apps = more round trips to the server and browser header processing so why not combine them.

The idea is to create a netbeans plugin that combines javascript files into a single file and then shrinks/minify's this file into the war file during the build process.

The orginial js source files will be left intact in the project only the built war file will have the combined minified js files.

If the javascript debugger is used then combination/shrinking is not used so that the project can be debugged.

Project Information

Labels:
netbeans javascript minify shrink compress